theme: selectable labels legibility
authorJakub Steiner <jimmac@gmail.com>
Wed, 29 Jun 2022 19:37:20 +0000 (21:37 +0200)
committerJakub Steiner <jimmac@gmail.com>
Wed, 29 Jun 2022 19:40:30 +0000 (21:40 +0200)
- don't set fg color for selections

Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/5017

gtk/theme/Default/_common.scss

index 077eabc30bc76db61341ab2a855ae99c3dcef23d..183ab80d2af2b2c64521c37dbc81d501c9ef67a7 100644 (file)
@@ -173,7 +173,7 @@ label {
 
   > selection {
     background-color: $backdrop_selected_bg_color;
-    color: $selected_fg_color;
+    color: transparent;
     &:focus-within {
        background-color: $selected_text_bg_color;
     }